home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Skype 3.8.0.188 / SkypeSetup.exe / 0 / RCDATA / TSSEULAVIEW / TSSEULAVIEW.txt
Text File  |  2008-11-21  |  2KB  |  80 lines

  1. object ssEulaView: TssEulaView
  2.   Left = 288
  3.   Top = 184
  4.   Width = 518
  5.   Height = 424
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'ssEulaView'
  8.   Color = clWhite
  9.   Constraints.MinHeight = 390
  10.   Constraints.MinWidth = 510
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnActivate = FormActivate
  21.   OnCreate = FormCreate
  22.   OnKeyDown = TntFormKeyDown
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object bgImage: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 510
  29.     Height = 390
  30.     Align = alClient
  31.   end
  32.   object TntPanel1: TTntPanel
  33.     Left = 70
  34.     Top = 64
  35.     Width = 410
  36.     Height = 262
  37.     BevelOuter = bvNone
  38.     Color = clWhite
  39.     ParentBackground = False
  40.     TabOrder = 1
  41.     object TntLabel1: TTntLabel
  42.       Left = 0
  43.       Top = 243
  44.       Width = 47
  45.       Height = 13
  46.       Caption = 'TntLabel1'
  47.       FocusControl = cbLanguges
  48.     end
  49.     object cbLanguges: TTntComboBox
  50.       Left = 144
  51.       Top = 239
  52.       Width = 145
  53.       Height = 21
  54.       Style = csDropDownList
  55.       ItemHeight = 13
  56.       TabOrder = 1
  57.       OnChange = cbLangugesChange
  58.     end
  59.     object TntMemo1: TTntMemo
  60.       Left = 0
  61.       Top = 0
  62.       Width = 410
  63.       Height = 217
  64.       Align = alTop
  65.       ReadOnly = True
  66.       ScrollBars = ssVertical
  67.       TabOrder = 0
  68.     end
  69.   end
  70.   object btnClose: TTntButton
  71.     Left = 385
  72.     Top = 351
  73.     Width = 100
  74.     Height = 25
  75.     Caption = 'btnClose'
  76.     TabOrder = 0
  77.     OnClick = btnCloseClick
  78.   end
  79. end
  80.